'宣言 Public MustInherit Class ComboEditorItemBase(Of T As FrameworkElement) Inherits Infragistics.RecyclingContainer(Of T) Implements Infragistics.IBindableItem, Infragistics.ISupportRecycling
public abstract class ComboEditorItemBase<T> : Infragistics.RecyclingContainer<T>, Infragistics.IBindableItem, Infragistics.ISupportRecycling where T: FrameworkElement